home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Other Stuff / Demos ƒ / Demo AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpP_301_EachWindow < prev    next >
Encoding:
Text File  |  1990-03-23  |  755 b   |  38 lines

  1. %case buildOrder%
  2.     {    %windname%.p%        %}
  3. %case sourcefile%
  4.     %genfile Window windname%
  5. %case useswindow%
  6.     %windname%,
  7. %case windowKind%
  8.     , W%WindName%
  9. %case windowfields%
  10.     {for %WindName%:}
  11.       %for each item gen window field%
  12. %case open%
  13.     Open%WindName% (fName, vRefNum, fRefNum);
  14. %case close%
  15.     W%WindName%:
  16.         Close%WindName%;
  17. %case typein%
  18.     W%WindName%:
  19.         TypeIn%WindName% (ch);
  20. %case mousein%
  21.     W%WindName%:
  22.         MouseIn%WindName% (where, modifiers);
  23. %case update%
  24.     W%WindName%:
  25.         Update%WindName%;
  26. %case activate%
  27.     W%WindName%:
  28.         Activate%WindName% (activate);
  29. %case resize%
  30.     W%WindName%:
  31.         Resize%WindName%;
  32. %case scroll%
  33.     W%WindName%:
  34.         Scroll%WindName% (newValue, oldValue);
  35. %case track%
  36.     W%WindName%:
  37.         Control%WindName% (whichControl, whichPart, where);
  38.